How to Install php-xml-rpc software package in Ubuntu 14.04 LTS (Trusty Tahr)

How to Install php-xml-rpc software package in Ubuntu 14.04 LTS (Trusty Tahr)

php-xml-rpc software package provides PHP implementation of the XML-RPC protocol, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install php-xml-rpc 

php-xml-rpc is installed in your system.

Make ensure the php-xml-rpc package were installed using the commands given below,

$ sudo dpkg-query -l | grep php-xml-rpc *

You will get with php-xml-rpc package name, version, architecture and description in a table

php-xml-rpc package basic information:

Distro Ubuntu 14 04 lts trusty tahr
Section PHP
Package php-xml-rpc
Version 1.5.5-1
Description PHP implementation of the XML-RPC protocol
Sub Section PHP


See Also, How to uninstall or remove php-xml-rpc software package from Ubuntu 14.04 LTS (Trusty Tahr)?